Kotlin utilities
/
it.czerwinski.kotlin.util
/
Success
/
toEither
common
to
Either
open override fun
toEither
():
Either
<
Throwable
,
T
>
Content copied to clipboard
Converts this
Try
to
Either
.
Return
Left
if this is
Failure
or
Right
if this is
Success
.